home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / gnuplot / contrib / russo / 00shar.hdr < prev    next >
Encoding:
Internet Message Format  |  1992-03-25  |  2.2 KB

  1. From pixar!uupsi!rudedog.nrl.navy.mil!russo@ucbvax.berkeley.edu Tue Dec 10 14:08:22 1991
  2. Return-Path: <pixar!uupsi!rudedog.nrl.navy.mil!russo@ucbvax.berkeley.edu>
  3. Received: from ames.arc.nasa.gov by ra-next.arc.nasa.gov (NeXT-1.0 (From Sendmail 5.52)/NeXT-1.0)
  4.     id AA04443; Tue, 10 Dec 91 14:08:20 PST
  5. Received: from ucbvax.Berkeley.EDU by ames.arc.nasa.gov (5.65c/1.21)
  6.     with SMTP id AA04413 for <woo@ames.arc.nasa.gov>
  7.     on Tue, 10 Dec 1991 13:47:55 -0800
  8. Received: from pixar.UUCP by ucbvax.Berkeley.EDU (5.63/1.42)
  9.     id AA15468; Tue, 10 Dec 91 00:02:47 -0800
  10. Received: from uupsi.UUCP by pixar (4.1/SMI-4.1)
  11.     id AA28431; Sat, 7 Dec 91 02:11:26 PST
  12. Received: from N2NGW.NYSER.NET by uu.psi.com (5.65b/4.1.110791-PSI/PSINet)
  13.     id AA17815; Fri, 6 Dec 91 16:55:43 -0500
  14. Received: from Sun.COM by n2ngw.nyser.net (5.61/2.1-)
  15.     id AA19679; Fri, 6 Dec 91 16:37:07 -0500
  16. Received: from net.nrl.navy.mil by Sun.COM (4.1/SMI-4.1)
  17.     id AA22525; Fri, 6 Dec 91 13:42:19 PST
  18. Received: from rudedog.nrl.navy.mil by net.nrl.navy.mil (4.0/4.7)
  19.     id AA25692; Fri, 6 Dec 91 16:45:26 EST
  20. Received: by rudedog.nrl.navy.mil (910711.SGI/910805.SGI)
  21.     for @net.nrl.navy.mil:bug-gnuplot@pixar.com@sun.com id AA02568; Fri, 6 Dec 91 16:45:38 -0500
  22. Date: Fri, 6 Dec 91 16:45:38 -0500
  23. From: pixar!uupsi!rudedog.nrl.navy.mil!russo@ucbvax.berkeley.edu (Kevin Russo)
  24. Message-Id: <9112062145.AA02568@rudedog.nrl.navy.mil>
  25. To: bug-gnuplot@pixar.com
  26. Subject: gnuplotio library part 1 of 5
  27. Status: R
  28.  
  29. November 1991
  30.  
  31. G N U P L O T I O
  32.  
  33. Gnuplotio is a C-function interface library which allows an
  34. application program to run Gnuplot interactively over UNIX pipes.
  35. Possible uses include using gnuplot as a cheap graphics library.
  36. By passing it data files and plot commands an application can have
  37. graphics without writing any graphics code.
  38.  
  39. If gnuplot has the "table" terminal type,
  40. then Gnuplotio turns Gnuplot into a poor man's expression evaluator.
  41.  
  42.  
  43.  
  44. Written by Kevin Russo   SFA, Inc/Naval Research Lab, Code 5133   March 1991
  45. russo@orion.nrl.navy.mil or russo@rudedog.nrl.navy.mil
  46.  
  47. Compiling the demo.  gplot.c is a sample program using the library.
  48.     % make gplot 
  49.        
  50. Detailed documentation - see gnuplotio.3 for details.
  51.     % make man
  52.     % cat gnuplotio.3 | col | ul | more -s -f -
  53.  
  54.  
  55.  
  56.